home *** CD-ROM | disk | FTP | other *** search
/ The Complete Utilities To…ka 501 Killer Utilities! / 501 Killer Utilities! (Macworld July 1995).cdr / Programming / RLaB / help / det < prev    next >
Encoding:
Text File  |  1994-02-21  |  228 b   |  13 lines  |  [TEXT/RLAB]

  1. det:
  2.  
  3. Syntax: det ( A )
  4.  
  5. Description:
  6.  
  7.     Det computes the determinant of the matrix argument.
  8.  
  9.     Det uses the LAPACK functions to factor the input, and the
  10.     LINPACK algorithm to calculate the determinant.
  11.  
  12. See Also inv, lu, rcond
  13.